home *** CD-ROM | disk | FTP | other *** search
- ;
- ; The Promotor - Configuration file
- ;
- ; Template :
- ; ----------
- ; TASK/K, The name of the task requesting the screen
- ; PUBSCR/K, The pubscreen name of the screen
- ; TITLE/K, The title
- ; MODE/K, The requested display-mode
- ;
- ; All the above can handle AmigaDOS wild-cards !
- ;
- ; X=LEFT/K/N, Left offset of the screen
- ; Y=TOP/K/N, Top offset of the screen
- ; W=WIDTH/K/N, Width of the screen
- ; H=HEIGHT/K/N, Height of the screen
- ; D=DEPTH/K/N, Depth of the screen
- ; TOMODE/K, Display-mode to use for the screen
- ; OVERSCAN/K, Overscan-mode TXT,STD,MAX or VID
- ; CMAPENTRIES/K/N, Number of colormap-entries
- ; ASCROLL=AUTOSCROLL/K/N, Autoscroll (0 or 1)
- ; FULLPAL=FULLPALETTE/K/N, Full intuition palette (0 or 1)
- ; DRAG=DRAGGABLE/K/N, Draggable screen (0 or 1)
- ; EXCL=EXCLUSIVE/K/N, Don't share display with other screens
- ; (0 or 1)
- ; SHARE=SHAREPENS/K/N, Shared DriPens (ask C=) (0 or 1)
- ; FAST=INTERLEAVED/K/N, Interleaved bitmap (0 or 1)
- ; LIKEWB=LIKEWORKBENCH/K/N, Same as the workbench (0 or 1)
- ; SYSFONT/K/N, Should the new or old system font be used ?
- ; 1 = Old system font (topaz 8/9)
- ; 0 = New system font (preferences)
- ; PENS=DRIPENS/K, DriPens to use ("xxxx:xxxx:xxxx:..." where
- ; xxxx is a hex number !)
- ;
- ; The following switches can be used to indicate that
- ; you really want the screen to use the stuff you
- ; specified here ! This is potentially dangerous !
- ; For example : changing the dimensions of a screen
- ; may not become the program requesting that screen !
- ; Make sure you know what you're doing when forcing
- ; some setting !
- ;
- ; FORCEX=FORCELEFT/S,
- ; FORCEY=FORCETOP/S,
- ; FORCEWIDTH/S,
- ; FORCEHEIGHT/S,
- ; FORCEDEPTH/S,
- ; FORCEMODE/S,
- ; FORCEOSCAN=FORCEOVERSCAN/S,
- ; FORCECMAPENTRIES/S,
- ; FORCEASCROLL=FORCEAUTOSCROLL/S,
- ; FORCEFULLPAL=FORCEFULLPALETTE/S,
- ; FORCEDRAG=FORCEDRAGGABLE/S,
- ; FORCEEXCL=FORCEEXCLUSIVE/S,
- ; FORCESHARE=FORCESHAREPENS/S,
- ; FORCEINTERLEAVED/S,
- ; FORCELIKEWB=FORCELIKEWORKBENCH/S,
- ; FORCESYSFONT/S
- ;
- ; If you don't want to specify your own DriPens, you
- ; can use a set of built-in DriPens (DEFDRIPENS). You
- ; can modify this set so that the BARxxPENS are the
- ; same as the xxPENS ! This may be useful for programs
- ; drawing in the titlebar (CED).
- ;
- ; DEFDRIPENS/S,
- ; FORCEPENS/S,
- ; DRIPENS20/S
- ;
-
-
- ; 1. Don't promote the Workbench !
-
- TITLE=#?Workbench#?
-
- ; 2. Promote any screen of any task that's got X42ES in its name to a size
- ; of 500 x 200 (FORCED) at position (92,333) ! Use productivity as the
- ; default screen-mode !
-
- TASK=#?X42ES#? X=92 Y=333 W=500 H=200 FORCEX FORCEY FORCEWIDTH FORCEHEIGHT TOMODE=MULTISCAN:Productivity INTERLEAVED=1
-
- ; Some other examples ...
-
- TITLE="# Quarterback#?" INTERLEAVED=1 FULLPAL=1 PENS="0000:0001:0001:0002:0001:0002:0001:0000:0002:0000:0001:0001" FORCEPENS FORCEINTERLEAVED FORCEFULLPAL
- TASK=#?A-Max#?
- TITLE="#?LockPick#?" TOMODE=0x69020 AUTOSCROLL=1 FORCEMODE FORCEAUTOSCROLL
- TASK=#?CygnusED#? INTERLEAVED=1 TOMODE=MULTISCAN:Productivity OVERSCAN=TXT AUTOSCROLL=1 FORCEAUTOSCROLL DEFDRIPENS DRIPENS20
- TASK=#?Hex#? TOMODE=MULTISCAN:Productivity OVERSCAN=TXT AUTOSCROLL=1 FORCEAUTOSCROLL DEFDRIPENS
- TASK=#?ASwarm#? X=20 Y=0 W=640 H=495 FORCEX FORCEY FORCEWIDTH FORCEHEIGHT INTERLEAVED=0 OVERSCAN=TXT AUTOSCROLL=0 TOMODE=MULTISCAN:Productivity FORCEMODE
- TASK=#?MIAMIGA-FILE#? TOMODE=0x69020 PENS="0003:0002:0002:0001:0002:0000:0002:0003:0001:0003:0002:0002"
- TASK=#?ADPro#?
- TASK=#?PPAnim#?
- TASK=#?PPShow#?
- TASK=#?MultiView#?
- TASK=#?PKAmigaZIP#?
- TASK=#?OctaMED#? X=32 FORCEX TOMODE="DBLPAL:High Res" OVERSCAN=TXT DEFDRIPENS DRIPENS20
- TASK=#?STP#? TOMODE="DBLPAL:High Res" OVERSCAN=TXT DEFDRIPENS DRIPENS20
- TOMODE=MULTISCAN:Productivity OVERSCAN=TXT AUTOSCROLL=1 FORCEAUTOSCROLL
-
- ; You can also specify modes as numbers ... Hex number only !
-
- MODE=0x?????(08|0a)? TOMODE=0x000690A4 OVERSCAN=TXT AUTOSCROLL=1 FORCEMODE FORCEAUTOSCROLL DEFDRIPENS DRIPENS20
- MODE=0x?????(80|82)? TOMODE=0x00069824 OVERSCAN=TXT AUTOSCROLL=1 FORCEMODE FORCEAUTOSCROLL DEFDRIPENS DRIPENS20
-